<% id = request.querystring("id") dbSQL = "SELECT * FROM giftbaskets WHERE GiftsID="&id set rsGifts = dbConn.execute(dbSQL) ID = rsGifts("GiftsID") Name = rsGifts("GiftsName") Name = Replace(Name, "''","'") Title = rsGifts("GiftsTitle") Title = Replace(Title, "''","'") ModelNumber = rsGifts("GiftsModelNumber") ModelNumber = Replace(ModelNumber, "''","'") Description = rsGifts("GiftsDescription") GMPrice = rsGifts("GiftsGMPrice") %>
<%=Name%>
<%=Description%>
<% =FormatCurrency(GMPrice,2) %>
Place Order
Back to Gift Baskets
<% rsGifts.close %>
[an error occurred while processing this directive]